home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / base / usrguide.tex / node23_mn.html < prev    next >
Text File  |  1995-03-15  |  2KB  |  47 lines

  1.  
  2. <H2><A ID="SECTION00049000000000000000">
  3. Floats</A>
  4. </H2><DIV class="LEFT">
  5.  
  6. There is a new command, ||, and a new `float
  7. specifier'.  These will enable people to gain better
  8. control of L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X's float placement algorithm.
  9.  
  10. <BR>
  11. <tex2html_image_mark>#decl397#
  12. <BR>
  13.  
  14. This command stops any further floating environments from being placed
  15. on the current page. With an optional argument, which should be either
  16. |t| or |b| (not both), this restriction applies only to putting
  17. further floats at the top or at the bottom.  Any floats which would
  18. normally be placed on this page are placed on the next page instead.
  19.  
  20. <BR>
  21. <tex2html_image_mark>#decl400#
  22. <BR>
  23.  
  24. This can be used, along with at least one of <TT>h</TT>, <TT>t</TT>,
  25. <TT>b</TT> and <TT>p</TT>, in the location optional argument of a
  26. float.
  27.  
  28. If a <TT>!</TT> is present then, just for this particular float,
  29. whenever it is processed by the float mechanism the following are
  30. ignored:
  31. </DIV>
  32. <UL>
  33. <LI>all restrictions on the number of floats which can appear;
  34. </LI>
  35. <LI>all explicit restrictions on the amount of space on a text page
  36. which may be occupied by floats or must be occupied by text.
  37. </LI>
  38. </UL><DIV class="LEFT">
  39. The mechanism will, however, still attempt to ensure that pages are
  40. not overfull and that floats of the same type are printed in the
  41. correct order.
  42.  
  43. Note that its presence has no effect on the production of float pages.
  44.  
  45. A <TT>!</TT> specifier overrides the effect of any ||
  46. command for this particular float.
  47. </DIV>